From: Juanma Barranquero Date: Wed, 29 Sep 2010 13:24:55 +0000 (+0200) Subject: lisp/server.el (server-process-filter): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~443 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af8b31649258459b898188c0fbccf2a617fb5125;p=emacs.git lisp/server.el (server-process-filter): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a681e8d8afa..5131570766f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Juanma Barranquero + + * server.el (server-process-filter): Doc fix. + 2010-09-27 Drew Adams * dired.el (dired-save-positions): Doc fix. (Bug#7119) diff --git a/lisp/server.el b/lisp/server.el index e8a0125f554..265b422e957 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -857,7 +857,7 @@ The following commands are accepted by the client: returned by -eval. `-error DESCRIPTION' - Signal an error (but continue processing). + Signal an error and delete process PROC. `-suspend' Suspend this terminal, i.e., stop the client process.